home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / hpad / hpad5pro.exe / {app} / data / asp.ini next >
INI File  |  2003-10-18  |  3KB  |  184 lines

  1. ; ASP 3.0
  2.  
  3. [%objects]
  4. Application
  5. ASPError
  6. ObjectContext
  7. Request
  8. Response
  9. Server
  10. Session
  11. Functions
  12.  
  13. [Application]
  14. %type=0
  15. Contents=<collection>
  16. StaticObjects=<collection>
  17. Contents.Remove()=<method>
  18. Contents.RemoveAll()=<method>
  19. Lock=<method>
  20. Unlock=<method>
  21. Application_OnEnd=<event>
  22. Application_OnStart=<event>
  23.  
  24. [ASPError]
  25. %type=1
  26. ASPCode=<property>
  27. ASPDescription=<property>
  28. Category=<property>
  29. Column=<property>
  30. Description=<property>
  31. File=<property>
  32. Line=<property>
  33. Number=<property>
  34. Source=<property>
  35.  
  36. [ObjectContext]
  37. %type=0
  38. SetAbort=<method>
  39. SetComplete=<method>
  40. OnTransactionAbort=<event>
  41. OnTransactionCommit=<event>
  42.  
  43. [Request]
  44. %type=0
  45. TotalBytes=<property>
  46. ClientCertificate=<collection>
  47. Cookies=<collection>
  48. Form=<collection>
  49. QueryString=<collection>
  50. ServerVariables=<collection>
  51. BinaryRead()=<method>
  52.  
  53. [Response]
  54. %type=0
  55. Buffer=<property>
  56. CacheControl=<property>
  57. Charset=<property>
  58. ContentType=<property>
  59. Expires=<property>
  60. ExpiresAbsolute=<property>
  61. IsClientConnected=<property>
  62. PICS=<property>
  63. Status=<property>
  64. Cookies=<collection>
  65. AddHeader=<method>
  66. AppendToLog()=<method>
  67. BinaryWrite()=<method>
  68. Clear=<method>
  69. End=<method>
  70. Flush=<method>
  71. Redirect()=<method>
  72. Write()=<method>
  73.  
  74. [Server]
  75. %type=0
  76. ScriptTimeout=<property>
  77. CreateObject()=<method>
  78. Execute()=<method>
  79. GetLastError=<method>
  80. HTMLEncode()=<method>
  81. MapPath()=<method>
  82. Transfer()=<method>
  83. URLEncode()=<method>
  84.  
  85. [Session]
  86. %type=0
  87. CodePage=<property>
  88. LCID=<property>
  89. SessionID=<property>
  90. Timeout=<property>
  91. Contents=<collection>
  92. StaticObjects=<collection>
  93. Abandon=<method>
  94. Contents.Remove()=<method>
  95. Contents.RemoveAll()=<method>
  96. Session_OnEnd=<method>
  97. Session_OnStart=<method>
  98.  
  99. [Functions]
  100. %type=2
  101. Abs=<method>
  102. Array=<method>
  103. Asc=<method>
  104. Atn=<method>
  105. CBool=<method>
  106. CByte=<method>
  107. CCur=<method>
  108. CDate=<method>
  109. CDbl=<method>
  110. Chr=<method>
  111. CInt=<method>
  112. CLng=<method>
  113. Cos=<method>
  114. CreateObject=<method>
  115. Csng=<method>
  116. CStr=<method>
  117. Date=<method>
  118. DateAdd=<method>
  119. DateDiff=<method>
  120. DatePart=<method>
  121. DateSerial=<method>
  122. DateValue=<method>
  123. Day=<method>
  124. Exp=<method>
  125. Filter=<method>
  126. Fix=<method>
  127. FormatCurrency=<method>
  128. FormatDateTime=<method>
  129. FormatNumber=<method>
  130. FormatPercent=<method>
  131. GetObject=<method>
  132. Hex=<method>
  133. Hour=<method>
  134. InStr=<method>
  135. InStrRev=<method>
  136. Int=<method>
  137. IsArray=<method>
  138. IsDate=<method>
  139. IsEmpty=<method>
  140. IsNull=<method>
  141. IsNumeric=<method>
  142. IsObject=<method>
  143. Join=<method>
  144. LCase=<method>
  145. Left=<method>
  146. Len=<method>
  147. Log=<method>
  148. LTrim=<method>
  149. Mid=<method>
  150. Minute=<method>
  151. Month=<method>
  152. MonthName=<method>
  153. Now=<method>
  154. Oct=<method>
  155. Replace=<method>
  156. Right=<method>
  157. Rnd=<method>
  158. Round=<method>
  159. RTrim=<method>
  160. ScriptEngine=<method>
  161. ScriptEngineBuildVersion=<method>
  162. ScriptEngineMajorVersion=<method>
  163. Second=<method>
  164. Sgn=<method>
  165. Sin=<method>
  166. Space=<method>
  167. Split=<method>
  168. Sqr=<method>
  169. StrComp=<method>
  170. String=<method>
  171. StrReverse=<method>
  172. Tan=<method>
  173. Time=<method>
  174. TimeSerial=<method>
  175. TimeValue=<method>
  176. Trim=<method>
  177. TypeName=<method>
  178. UBound=<method>
  179. UCase=<method>
  180. VarType=<method>
  181. Weekday=<method>
  182. WeekdayName=<method>
  183. Year=<method>
  184.